const vendor/golang.org/x/crypto/chacha20.bufSize
9 uses
vendor/golang.org/x/crypto/chacha20 (current package)
chacha_generic.go#L46: buf [bufSize]byte
chacha_generic.go#L198: keyStream := s.buf[bufSize-s.len:]
chacha_generic.go#L227: full := len(src) - len(src)%bufSize
chacha_generic.go#L235: const blocksPerBuf = bufSize / blockSize
chacha_generic.go#L237: s.buf = [bufSize]byte{}
chacha_generic.go#L239: buf := s.buf[bufSize-numBlocks*blockSize:]
chacha_generic.go#L249: s.buf = [bufSize]byte{}
chacha_generic.go#L252: s.len = bufSize - copy(dst, s.buf[:])
chacha_noasm.go#L10: const bufSize = blockSize
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |